_loc2_ += "** Error: easing shortcut string not recognized (\"" + _loc3_ + "\"). You may need to pass the in PennerEasing class during register or simpleSetup. **";
_loc2_ += _loc5_ + "Note that PennerEasing is optional, and FuseFMP is also accepted. (FuseFMP.simpleSetup is run automatically if included.)" + _loc5_;
break;
case "102":
_loc2_ += "** Fuse " + _loc3_ + " index or label not found (" + _loc4_ + ") or out of range. **";
break;
case "103":
_loc2_ += "** Fuse skipTo (" + _loc3_ + ") ignored - targets the current index (" + _loc4_ + "). **";
break;
case "104":
_loc2_ += "** Fuse fastForward index out of play range (" + _loc3_ + ") - skipTo has been called instead. **";
break;
case "105":
_loc2_ += "** An unsupported Array method was called on Fuse. **";
break;
case "106":
_loc2_ += "** ERROR: You have not set up Fuse correctly. **";
_loc2_ += _loc5_ + "You must now use the following commands (PennerEasing is optional).";
_loc2_ += "** FuseItem Error: Delays within groups (arrays) and start/update callbacks are not supported when using Fuse without ZigoEngine. Although you need to restructure your Fuse, it should be possible to achieve the same results. **" + _loc5_;
break;
case "117":
_loc2_ += "** " + _loc3_ + ": infinite cycles are not allowed within Fuses - discarded. **";
break;
case "118":
_loc2_ += "** " + _loc3_ + ": No targets found!" + (_loc4_ != true ? " [Skipping tween parameters in this action] **" : " [Unable to set start props] **");